slimecing

a fighting game featuring slimes and swords
Log | Files | Refs | README

RebindUISampleActions.inputactions (6225B)


      1 {
      2     "name": "RebindUISampleActions",
      3     "maps": [
      4         {
      5             "name": "Gameplay",
      6             "id": "8e11a806-753d-41d8-af38-51876e9ea8b1",
      7             "actions": [
      8                 {
      9                     "name": "Move",
     10                     "type": "Value",
     11                     "id": "9d8fcbff-87d1-43ef-857e-931c84d5bd72",
     12                     "expectedControlType": "Vector2",
     13                     "processors": "",
     14                     "interactions": ""
     15                 },
     16                 {
     17                     "name": "Look",
     18                     "type": "Value",
     19                     "id": "ddab72da-d325-4b4c-a484-abe4f6bdf113",
     20                     "expectedControlType": "Vector2",
     21                     "processors": "",
     22                     "interactions": ""
     23                 },
     24                 {
     25                     "name": "Interact",
     26                     "type": "Button",
     27                     "id": "2bd60403-0923-469e-a3a4-7338b04f6bbc",
     28                     "expectedControlType": "",
     29                     "processors": "",
     30                     "interactions": ""
     31                 }
     32             ],
     33             "bindings": [
     34                 {
     35                     "name": "",
     36                     "id": "fe58f6b8-88b0-42a8-86a4-99f59376ac5c",
     37                     "path": "<Gamepad>/leftStick",
     38                     "interactions": "",
     39                     "processors": "",
     40                     "groups": "Gamepad",
     41                     "action": "Move",
     42                     "isComposite": false,
     43                     "isPartOfComposite": false
     44                 },
     45                 {
     46                     "name": "WASD",
     47                     "id": "076f1159-4d00-4240-9bb2-d48719a9446e",
     48                     "path": "2DVector",
     49                     "interactions": "",
     50                     "processors": "",
     51                     "groups": "",
     52                     "action": "Move",
     53                     "isComposite": true,
     54                     "isPartOfComposite": false
     55                 },
     56                 {
     57                     "name": "up",
     58                     "id": "b560f8cd-3a2a-425f-b404-daa491858c5d",
     59                     "path": "<Keyboard>/w",
     60                     "interactions": "",
     61                     "processors": "",
     62                     "groups": "Keyboard",
     63                     "action": "Move",
     64                     "isComposite": false,
     65                     "isPartOfComposite": true
     66                 },
     67                 {
     68                     "name": "down",
     69                     "id": "f79a6ed1-9a19-4fd2-b37f-50052393b62e",
     70                     "path": "<Keyboard>/s",
     71                     "interactions": "",
     72                     "processors": "",
     73                     "groups": "Keyboard",
     74                     "action": "Move",
     75                     "isComposite": false,
     76                     "isPartOfComposite": true
     77                 },
     78                 {
     79                     "name": "left",
     80                     "id": "3f392b14-78a0-49d0-b99e-e1aa0dd94b15",
     81                     "path": "<Keyboard>/a",
     82                     "interactions": "",
     83                     "processors": "",
     84                     "groups": "Keyboard",
     85                     "action": "Move",
     86                     "isComposite": false,
     87                     "isPartOfComposite": true
     88                 },
     89                 {
     90                     "name": "right",
     91                     "id": "7688f62b-0428-4d34-933e-b0b7fc783faf",
     92                     "path": "<Keyboard>/d",
     93                     "interactions": "",
     94                     "processors": "",
     95                     "groups": "Keyboard",
     96                     "action": "Move",
     97                     "isComposite": false,
     98                     "isPartOfComposite": true
     99                 },
    100                 {
    101                     "name": "",
    102                     "id": "d540edf6-bfaa-4b08-b8d5-925398a2debe",
    103                     "path": "<Gamepad>/rightStick",
    104                     "interactions": "",
    105                     "processors": "",
    106                     "groups": "Gamepad",
    107                     "action": "Look",
    108                     "isComposite": false,
    109                     "isPartOfComposite": false
    110                 },
    111                 {
    112                     "name": "",
    113                     "id": "7c03e976-d9da-4d96-9bcd-622e98b0f3c3",
    114                     "path": "<Mouse>/delta",
    115                     "interactions": "",
    116                     "processors": "",
    117                     "groups": "Keyboard",
    118                     "action": "Look",
    119                     "isComposite": false,
    120                     "isPartOfComposite": false
    121                 },
    122                 {
    123                     "name": "",
    124                     "id": "de604efe-a9ca-4fa6-9d4a-4b0053d61efc",
    125                     "path": "<Keyboard>/e",
    126                     "interactions": "",
    127                     "processors": "",
    128                     "groups": "Keyboard",
    129                     "action": "Interact",
    130                     "isComposite": false,
    131                     "isPartOfComposite": false
    132                 },
    133                 {
    134                     "name": "",
    135                     "id": "50a5adae-36bc-4b42-ac08-266d143e2c62",
    136                     "path": "<Gamepad>/buttonSouth",
    137                     "interactions": "",
    138                     "processors": "",
    139                     "groups": "Gamepad",
    140                     "action": "Interact",
    141                     "isComposite": false,
    142                     "isPartOfComposite": false
    143                 }
    144             ]
    145         }
    146     ],
    147     "controlSchemes": [
    148         {
    149             "name": "Gamepad",
    150             "bindingGroup": "Gamepad",
    151             "devices": [
    152                 {
    153                     "devicePath": "<Gamepad>",
    154                     "isOptional": false,
    155                     "isOR": false
    156                 }
    157             ]
    158         },
    159         {
    160             "name": "Keyboard",
    161             "bindingGroup": "Keyboard",
    162             "devices": [
    163                 {
    164                     "devicePath": "<Keyboard>",
    165                     "isOptional": false,
    166                     "isOR": false
    167                 },
    168                 {
    169                     "devicePath": "<Mouse>",
    170                     "isOptional": false,
    171                     "isOR": false
    172                 }
    173             ]
    174         }
    175     ]
    176 }